'DeclarationPublic Function New( _ ByVal serverName As String, _ ByVal discoveryUrlString As String, _ ByVal serverCapabilities As IEnumerable(Of String) _ )
'UsageDim serverName As String Dim discoveryUrlString As String Dim serverCapabilities As IEnumerable(Of String) Dim instance As New UAApplicationElement(serverName, discoveryUrlString, serverCapabilities)
public UAApplicationElement( string serverName, string discoveryUrlString, IEnumerable<string> serverCapabilities )
public: UAApplicationElement( String^ serverName, String^ discoveryUrlString, IEnumerable<String^>^ serverCapabilities )
Parameters
- serverName
 - The name of the Server (specified in the mDNS announcement).
The value of this parameter cannot be
null(Nothingin Visual Basic). - discoveryUrlString
 - The URL of the discovery Endpoint.
The value of this parameter cannot be
null(Nothingin Visual Basic). - serverCapabilities
 - The Server capabilities supported by the Server.
The value of this parameter cannot be
null(Nothingin Visual Basic).